Release 10.1A: OpenEdge Development:
Progress Dynamics Repository Reference


gsm_translated_menu_item table — gsmti

This table stores menu item translations. Fields requiring translation are duplicated from the gsm_menu_item table, and translations for them stored in this table by language.

This table is only required to be referenced if the user’s login language does not match the source language of the menu item, otherwise the standard fields on the gsm_menu_item can be used, that is, this table is only required if a translation is required.

Table 7–15 lists the table’s FLA, fields, and foreign keys.

Table 7–15: gsm_translated_menu_item table information 
Table FLA
Fields (data type)
Foreign keys
gsmti
translated_menu_item_obj (Decimal)
menu_item_obj (Decimal)
source_language_obj (Decimal)
language_obj (Decimal)
menu_item_label (Character)
tooltip_text (Character)
alternate_shortcut_key (Character)
item_toolbar_label (Character)
image1_up_filename (Character)
image1_down_filename (Character)
image1_insensitive_filename (Character)
image2_up_filename (Character)
image2_down_filename (Character)
image2_insensitive_filename (Character)
item_narration (Character)
language_obj
menu_item_obj

Table 7–16 gives details of the table’s indexes.

Table 7–16: gsm_translated_menu_item index information 
Index name
Elements
Type
XPKgsm_translated_menu_item
translated_menu_item_obj
Primary Unique
XAK1gsm_translated_menu_item
menu_item_obj
language_obj
Unique
XIE1gsm_translated_menu_item
source_language_obj
Nonunique
XIE2gsm_translated_menu_item
language_obj
Nonunique


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095